home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 2004 December
/
2004-12 CHIP.iso
/
Narzedzia systemowe
/
Inno Setup 5.0.4 Beta
/
isetup-5.0.4-beta.exe
/
{app}
/
Examples
/
MyDll
/
C
/
MyDll.c
next >
Wrap
C/C++ Source or Header
|
2003-04-13
|
155b
|
6 lines
#include <windows.h>
void __stdcall MyDllFunc(HWND hWnd, char *lpText, char *lpCaption, UINT uType)
{
MessageBox(hWnd, lpText, lpCaption, uType);
}